home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 18
/
CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso
/
CUCD
/
Programming
/
AmigaE
/
Src
/
Modules
/
prefs
/
sound.e
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-03-09
|
389 b
|
20 lines
OPT MODULE
OPT EXPORT
CONST ID_SOND=$534F4E44
OBJECT soundprefs
reserved[4]:ARRAY OF LONG
displayqueue:INT
audioqueue:INT
audiotype:INT -> This is unsigned
audiovolume:INT -> This is unsigned
audioperiod:INT -> This is unsigned
audioduration:INT -> This is unsigned
audiofilename[256]:ARRAY
ENDOBJECT /* SIZEOF=284 */
CONST SPTYPE_BEEP=0,
SPTYPE_SAMPLE=1